home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / onlinenews / onlinews.exe / {app} / onlinews.chm / content / css / help.css
Cascading Style Sheet File  |  2005-04-30  |  640b  |  45 lines

  1. BODY {
  2.     color: #000000;
  3.     margin-bottom : 0px;
  4.     margin-bottom : 0%;
  5.     padding-bottom : 0%;
  6.     FONT-SIZE: x-small;
  7.     FONT-FAMILY: Arial, Helvetica, sans-serif;
  8. }
  9.  
  10. H1
  11. {
  12.     COLOR: #653FB1;
  13.     font-weight: bold;
  14.     FONT-SIZE: 24px;
  15. }
  16.  
  17. .subtit{
  18.     font-family : Arial, Helvetica, sans-serif;
  19.     font-size : x-small;
  20.     font-weight : bold;
  21. }
  22.  
  23. .copyright{
  24.     font-family : Arial, Helvetica, sans-serif;
  25.     font-size : smaller;
  26. }
  27.  
  28. A:link, A:visited{
  29.     COLOR: #0033CC;
  30.     text-decoration : underline;
  31. }
  32.  
  33. A:hover, A:active
  34. {
  35.     COLOR: Red;
  36.     text-decoration : underline;
  37. }
  38.  
  39. pre {
  40.     font-size : x-small;
  41. }
  42.  
  43. td {
  44.     font-size : x-small;
  45. }